home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #dema / tux racer / tuxracer-win32-0.61a.exe / tuxracer-win32-0.61a / courses / contrib / jools_big_mountain / course.tcl next >
Text File  |  2000-10-04  |  710b  |  16 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Jool's Big Mountain"
  5. tux_course_author "Julien Canet <jools@free.fr>"
  6. tux_course_dim 60 1200        ;# width, length of course in m
  7. tux_start_pt 30 3.5           ;# start position, measured from left rear corner
  8. tux_angle 24                   ;# angle of course
  9. tux_elev_scale 7.0             ;# amount by which to scale elevation data
  10. tux_base_height_value 0        ;# greyscale value corresponding to height
  11.                                ;#     offset of 0 (integer from 0 - 255)
  12. tux_elev elev.rgb              ;# bitmap specifying course elevations
  13. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  14.  
  15. tux_course_init
  16.